Version

addSourceObject Method

Notifies the behavior that the element associated with the object is draggable.
Syntax
ASP.NET Ajax Javascript (Specification) 
function addSourceObject( 
   obj : UIObject
) : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfDragDropBehavior.addSourceObject(UIObject);

Parameters

obj
The object whose associated element should be marked draggable.
See Also